home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / edm0407s.zip / STAT3SRC.ZIP / MYMSG.H < prev    next >
Text File  |  1996-07-08  |  620b  |  12 lines

  1. #ifndef _MYMSG_H_
  2. #define _MYMSG_H_
  3.                                                     //Param1                        Param2
  4. #define MYM_STATUS_START_PROCESS     (WM_USER+2000) //PROGRESS_PARAMS * parameters  nothing
  5. #define MYM_STATUS_PROCEED           (WM_USER+2001) //nothing                       nothing
  6. #define MYM_STATUS_END_PROCESS       (WM_USER+2002) //nothing                       nothing
  7.  
  8. #define MYM_OPENFILE_READY           (WM_USER+2010) //nothing                       nothing
  9. #define MYM_SAVEFILE_READY           (WM_USER+2011) //nothing                       nothing
  10.  
  11. #endif //_MYMSG_H_
  12.